home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
pluginy Firefox
/
9675
/
9675.xpi
/
chrome
/
content
/
simpletimer-sliderAlert.xul
< prev
next >
Wrap
Extensible Markup Language
|
2009-08-01
|
2KB
|
50 lines
<?xml-stylesheet href="chrome://global/skin/alerts/alert.css"
type="text/css"?>
<?xml-stylesheet href="chrome://simpletimer/content/simpletimer.css"
type="text/css"?>
<!DOCTYPE window SYSTEM "chrome://simpletimer/locale/simpletimer.dtd">
<window id="simtim-sliderAlert"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
align="start"
onload="SimpleTimerSliderAlert.onAlertLoad()">
<script type="application/x-javascript"
src="chrome://simpletimer/content/simpletimer-sliderAlert.js" />
<stringbundleset id="stringbundleset">
<stringbundle id="simtim-strings"
src="chrome://simpletimer/locale/simpletimer.properties"/>
</stringbundleset>
<hbox id="simtim-hboxSliderAlert"
class="alertBox">
<vbox>
<image src='chrome://simpletimer/content/images/clock48.png'/>
</vbox>
<vbox>
<description id="simtim-descAppName"
class="simtim-sliderName">
&name;
</description>
<seperator />
<description id="simtim-descMessage"
value="" />
<grid id="simtim-gridItems">
<columns>
<column />
<column />
</columns>
<rows>
</rows>
</grid>
</vbox>
</hbox>
<!-- This method is called inline because we want to make sure we establish the width
and height of the alert before we fire the onload handler. (Credit Reminderfox) -->
<script type="application/x-javascript">SimpleTimerSliderAlert.prefillAlertInfo();</script>
</window>